From: Noam Postavsky Date: Fri, 2 Mar 2018 03:04:57 +0000 (-0500) Subject: ; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~5961 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cc8ae51e6f62f86d07c82c6ab7ce162150fae448;p=emacs.git ; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote. --- diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index de08e37286b..1e1419f6eb7 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -403,7 +403,7 @@ If EXTRA, include that in the string returned to represent the symbol." (cl-defgeneric eieio-object-set-name-string (obj name) "Set the string which is OBJ's NAME." - (declare (obsolete "inherit from `eieio-named' and use (setf (slot-value OBJ 'object-name) NAME) instead" "25.1")) + (declare (obsolete "inherit from `eieio-named' and use (setf (slot-value OBJ \\='object-name) NAME) instead" "25.1")) (cl-check-type name string) (setf (gethash obj eieio--object-names) name)) (define-obsolete-function-alias